Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ICharts Interface / Item Property / Item(Int32[]) Property
An array of integer values indicates the chart indexes.


In This Topic
    Item(Int32[]) Property
    In This Topic
    Gets the specified IChart objects by the zero based indexes.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal ParamArray indexes() As Integer _
    ) As ICharts
    'Usage
     
    
    Dim instance As ICharts
    Dim indexes() As Integer
    Dim value As ICharts
     
    value = instance.Item(indexes)
    ICharts Item( 
       params int[] indexes
    ) {get;}

    Parameters

    indexes
    An array of integer values indicates the chart indexes.

    Property Value

    The IChart objects at the specified indexes.
    See Also